home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 27
/
CDROM27.iso
/
share
/
progra
/
mai
/
Window, returning handle of with mouse capture
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-16
|
234 b
|
7 lines
'Description: Returns HWND of window that has the mouse captured
'Private Declare Function M_GetCapture Lib "user32" Alias "GetCapture" () As Long
'Public Function GetCapture() As Long
GetCapture = M_GetCapture()
'End Function